//
// phpDeleteFile(theFilePath)
//
// Deletes the file. Returns FALSE if not successful. Requires SmartPill PHP plugin.
//
Let (
	[
		$theFilePath = theFilePath;

		phpCode = "error_reporting(0); //E_ALL & ~E_NOTICE);¶
		¶
		echo unlink(fm_evaluate('$theFilePath'));¶
	  "
	] ;
	PHP_Execute(phpCode)
)